ByteNINumericByteNIsGreaterThanOrEqualTo Method
Determines whether the current value is greater than or equal to the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<ByteN>.IsGreaterThanOrEqualTo(
ByteN value
)
Private Function IsGreaterThanOrEqualTo (
value As ByteN
) As Boolean Implements INumeric(Of ByteN).IsGreaterThanOrEqualTo
private:
virtual bool IsGreaterThanOrEqualTo(
ByteN value
) sealed = INumeric<ByteN>::IsGreaterThanOrEqualTo
private abstract IsGreaterThanOrEqualTo :
value : ByteN -> bool
private override IsGreaterThanOrEqualTo :
value : ByteN -> bool
- value ByteN
- The value to compare with the current value.
Boolean if the current value is greater than or equal to
value; otherwise,
.
INumericTSelfIsGreaterThanOrEqualTo(TSelf)